home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / doom / doom_b.zip / DEF280.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-08-27  |  265b  |  12 lines

  1. @echo off
  2. CLS
  3. echo Checking if a previous backup exists.
  4. if exist D00M2.3X3 goto skip
  5. ECHO Making backup of existing DOOM2.EXE
  6. copy DOOM2.EXE D00M2.3X3
  7. :skip
  8. echo Done.
  9. call demodem.bat
  10. cls
  11. echo Installation complete, deleting INSTALL.BAT
  12. del INSTALL.BAT